home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #1 / Kompuutteri Kaikille! KCD_1_2000.iso / Tools / InterCent / _setup.1 / Intercent.exe / 0 / RCDATA / TFRMRAP / TFRMRAP.txt
Text File  |  1998-06-25  |  951b  |  46 lines

  1. object FrmRap: TFrmRap
  2.   Left = 348
  3.   Top = 207
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rapport'
  7.   ClientHeight = 163
  8.   ClientWidth = 216
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 216
  21.     Height = 163
  22.     HelpContext = 1401
  23.     Align = alClient
  24.     PopupMenu = PopNL
  25.     TabOrder = 0
  26.   end
  27.   object PopNL: TPopupMenu
  28.     Left = 32
  29.     Top = 96
  30.     object Venstersluiten1: TMenuItem
  31.       Caption = 'Venster sluiten'
  32.       ShortCut = 116
  33.       OnClick = Venstersluiten1Click
  34.     end
  35.   end
  36.   object PopEng: TPopupMenu
  37.     Left = 80
  38.     Top = 96
  39.     object CloseWindow1: TMenuItem
  40.       Caption = 'Close Window'
  41.       ShortCut = 116
  42.       OnClick = CloseWindow1Click
  43.     end
  44.   end
  45. end
  46.